home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / main / MAIN.Dir / 00034_Script_34 < prev    next >
Text File  |  1995-09-26  |  232b  |  11 lines

  1. on exitFrame
  2.   if not soundbusy(1) then
  3.     sound playfile 1, "mainintr.aif"
  4.   end if
  5.   if rollover(4) then
  6.     set the visible of sprite 9 to true
  7.   else
  8.     set the visible of sprite 9 to false
  9.     end if
  10.     go loop
  11. end